import {op} from '@utils/user.mjs' export const GET = async () => { try { const Products_Detail = await op.ReadProduct(); } catch (error) { console.log(error) } }